Einhugur JWT Plugin

EinhugurJWT Module

Main module for the plugin. This module has the main entry functions to generate and validate JWT tokens.

module EinhugurJWT

Methods

DecodeDecodes and validates JSON Web Token.
DecodeRawDecodes and optionally validates JSON Web Token and returns the claim data as raw JSON data instead of as claims.
EncodeEncodes JSON Web Token.
TimeSinceUnixEpocGenerates UNX Epoc time stamp.

Enumerations

AlgorithmAlgorithms Enum values to pass to decode or encode parameters.
JWTErrorEnum values for error codes that can be generated in the JWTException class.
ClaimTypeClaim type Enum used for custom claims.